Skip to content

R#21

Open
c-n-o-t-e wants to merge 36 commits intoTangibleTNFT:mainfrom
c-n-o-t-e:r
Open

R#21
c-n-o-t-e wants to merge 36 commits intoTangibleTNFT:mainfrom
c-n-o-t-e:r

Conversation

@c-n-o-t-e
Copy link
Copy Markdown
Contributor

@c-n-o-t-e c-n-o-t-e commented Jan 23, 2024

function resetClaimable(uint256 _epoch) external {
      uint256 total = ve.totalSupply();
      for (uint256 i = 0; i < total; i++) {
          uint256 tokenId = ve.tokenByIndex(i);
          lastTokenClaim[tokenId] = _epoch;
      }
  }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant